home *** CD-ROM | disk | FTP | other *** search
- /*
- File: NativeDriverDesciption.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 1999 by Apple Computer, Inc., all rights reserved.
- */
-
- #ifndef __DRIVERDESCRIPTION__
- #define __DRIVERDESCRIPTION__
- #include <DriverServices.h>
-
- //----------------------------------------------------------------------------------
- // The Driver Description structure -
- // This structure provides the Device Manager with information about our native driver
- //----------------------------------------------------------------------------------
-
- extern DriverDescription TheDriverDescription;
-
- #endif
-
-